gtk/Makefile.am: Dist the newly-added private headers
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Jun 2018 10:10:33 +0000 (18:10 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 26 Jun 2018 08:40:11 +0000 (16:40 +0800)
We need to dist language-names.h and script-names.h so that we won't
be missing headers in a dist tarball.

gtk/Makefile.am

index 436577ac0193333f70b9e6793e93f032634fc1e5..895fa3bbd550faf8b1c60a9032714864a6c80cd3 100644 (file)
@@ -593,7 +593,9 @@ gtk_private_h_sources =             \
        gtkwindowprivate.h      \
        gtktreemenu.h           \
        gdkpixbufutilsprivate.h \
-       open-type-layout.h
+       open-type-layout.h      \
+       language-names.h        \
+       script-names.h
 
 # GTK+ C sources to build the library from
 gtk_base_c_sources =           \